home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
mac
/
files
/
IDSTART2.DIR
/
00009.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1999-04-29
|
268 b
|
14 lines
global IDCDPath, bgmusic, demofolder
on exitFrame
set the exitLock to 1
if Mac() then
pathdel = ":"
else
pathdel = "\"
end if
demofolder = IDCDPath & "allfiles" & pathdel
bgmusic = demofolder & "opener.aif"
go("intro animation", "ID99MENU")
end